home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / mtex / documentation / mdocverb.tex (.txt) < prev    next >
LaTeX Document  |  1991-04-26  |  1KB  |  37 lines

  1. % macros for verbatim scanning
  2. % im wesentlichen dem file MANHDR TEX von DEK entnommen
  3. \catcode`@=11
  4. \def\tt{\fam\ttfam\tentt}%
  5. \newskip\ttglue  \ttglue=.5em plus .25em minus .15em
  6. \chardef\other=12
  7. \def\ttverbatim{\begingroup
  8.   \catcode`\\=\other
  9.   \catcode`\{=\other
  10.   \catcode`\}=\other
  11.   \catcode`\$=\other
  12.   \catcode`\&=\other
  13.   \catcode`\#=\other
  14.   \catcode`\%=\other
  15.   \catcode`\~=\other
  16.   \catcode`\_=\other
  17.   \catcode`\^=\other
  18.   \catcode`\"=\other
  19.   \parskip \z@
  20.   \obeyspaces \obeylines \tt}
  21. \def\begintt{$$\let\par=\endgraf \ttverbatim
  22.   \catcode`\|=0 \rightskip-5pc \ttfinish}
  23. {\catcode`\|=0 |catcode`|\=\other % | is temporary escape character
  24.   |obeylines % end of line is active
  25.   |gdef|ttfinish#1^^M#2\endtt{|vbox{#2}|endgroup$$}}
  26. \catcode`\|=\active
  27. {\obeylines \gdef|{\ttverbatim \spaceskip\ttglue \let^^M=\  \let|=\endgroup}}
  28. %\def\ttspace{{\tt\hskip\ttglue}}
  29. \def\vrt{\hbox{\tt\char`\|}} % vertical line
  30. \def\dn{\hbox{\tt\char'14}} % downward arrow
  31. \def\up{\hbox{\tt\char'13}} % upward arrow
  32. \def\]{\hbox{\tt\char`\ }} % visible space
  33. \catcode`@=12 % at signs are no longer letters
  34. \def\verbatimon{\catcode`\|=\active}
  35. \def\verbatimoff{\catcode`\|=\other}
  36. \verbatimoff
  37.